Merge scramble.cl.cam.ac.uk:/local/scratch/kaf24/xen-2.0-testing.bk
into scramble.cl.cam.ac.uk:/local/scratch/kaf24/xen-unstable.bk
42882b3e0dda89f3a8ec00da568f86e9b3c230f1 RELEASE-2.0.0
475a162b66e2c19b1e9468b234a4ba705334905e RELEASE-2.0.1
- 47043486577855efe8838fa23d8a18cd793ebff2 RELEASE-2.0.3
+dc2f08429f17e6614fd2f1ab88cc09ca0a850f32 RELEASE-2.0.2
+ 82ba8bd1ceb2e03af769775fb8bc890dcab04f72 RELEASE-2.0.3
487b2ee37d1cecb5f3e7a546b05ad097a0226f2f beta1
3d330e41f41ce1bc118c02346e18949ad5d67f6b latest-semistable
30c521db4c71960b0cf1d9c9e1b658e77b535a3e latest-stable
/* Get base and check limit. */
if ( ldt )
{
- table = (unsigned long *)LDT_VIRT_START;
+ table = (unsigned long *)LDT_VIRT_START(d);
if ( idx >= d->mm.ldt_ents )
{
- DPRINTK("Segment %04x out of LDT range (%d)\n",
+ DPRINTK("Segment %04x out of LDT range (%ld)\n",
seg, d->mm.ldt_ents);
goto fail;
}